home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 110
/
EnigmaAmiga110CD.iso
/
kit internet
/
utility
/
cmanager
/
rexx
/
sendib.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-09-25
|
413b
|
25 lines
/*
* $VER: SendIB.rexx 1.0 (5.8.98)
*/
parse arg '"'args'" "'BROWSER'"'
options results
if show('P','IBROWSE') then do
address 'IBROWSE'
SHOW
GOTOURL args
Exit
end
ADDRESS COMMAND 'Run ' BROWSER
ADDRESS COMMAND "SYS:RexxC/WaitForPort" 'IBROWSE'
if show('P','IBROWSE') then do
address 'IBROWSE'
SHOW
GOTOURL args
Exit
end